This commit is contained in:
gtz217 2021-12-10 17:07:52 +08:00
parent f445045cc4
commit 1baad3e64b

View File

@ -2,7 +2,7 @@
* @Author: gtz
* @Date: 2021-11-19 10:10:52
* @LastEditors: gtz
* @LastEditTime: 2021-12-10 16:35:33
* @LastEditTime: 2021-12-10 17:07:37
* @Description: file content
* @FilePath: \mt-qj-wms-ui\src\views\basic\components\equipmentInfo-add.vue
-->
@ -99,7 +99,7 @@
},
//
dataFormSubmit () {
this.$refs['dataForm'].validate((valid) => {
this.$refs['dataForm'].validate((valid) => {
if (valid) {
this.$http({
url: this.$http.adornUrl(`/kilnInfo/${!this.dataForm.id ? 'add' : 'update'}`),