刘洋 1 年之前
父節點
當前提交
7facea2184
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/views/service-unit/dispatch/dispatch-manage/mult-delineation-dialog.vue

+ 3 - 3
src/views/service-unit/dispatch/dispatch-manage/mult-delineation-dialog.vue

@@ -126,9 +126,9 @@ const serviceIdChange = (val) => {
     serviceUnitId: val,
   }).then((res) => {
     formData.leadType = res.leadType || '';
-    if (res.leadType) {
-      canEdit.value = res.canEdit;
-    }
+    // if (res.leadType) {
+    canEdit.value = res.canEdit;
+    // }
     if (res.leadType === 'BY_PERSON') {
       formData.leadId = res.leadId || '';
     }