wyq 4 năm trước cách đây
mục cha
commit
d1611ba862
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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) {