Parcourir la source

代码提交:
0914系统管理-编号模板设置

sunruiqi il y a 2 ans
Parent
commit
5f711230d1
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      src/views/modules/sys/mould/SerialnumTplForm.vue

+ 2 - 0
src/views/modules/sys/mould/SerialnumTplForm.vue

@@ -306,6 +306,8 @@
       },
       // 变量值处理
       variableValue (row, type) {
+        row.value = ''
+        row.showType = false
         if (type === '1' || type === '2') {
           row.showType = true
         }