lilei 1 năm trước cách đây
mục cha
commit
57dd881911

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
-  "version": 1719198732632
+  "version": 1719199280409
 }

+ 2 - 0
src/views/numsGoodsShelves/shelfProductTempl/basicInfoModal.vue

@@ -97,6 +97,8 @@ export default {
     isShow (newValue, oldValue) {
       if (!newValue) {
         this.$emit('close')
+        this.form.templateName = ''
+        this.form.templateSn = undefined
         this.$refs.ruleForm.resetFields()
       } else {
         const _this = this