소스 검색

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

sunruiqi 2 년 전
부모
커밋
5f711230d1
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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
         }