wyq 4 年之前
父節點
當前提交
d1611ba862
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/base/LtModal.vue

+ 1 - 1
src/components/base/LtModal.vue

@@ -270,7 +270,7 @@ export default {
       const { hisName, hisDetailName } = this.form;
       if (hisName !== '' && hisDetailName === '' && this.type == 1) {
         this.ty = 1;
-      } else if (hisName !== '' && hisDetailName !== '') {
+      } else if (hisName !== '' && hisDetailName !== '' && this.type == 1) {
         this.ty = 2;
       }
       if (this.getIndex == row.index) {