فهرست منبع

账户配置 上线代码

jiayufei 4 سال پیش
والد
کامیت
562a7a33bc

+ 1 - 1
src/views/modules/account-config/components/configuration-modal.vue

@@ -1972,7 +1972,7 @@ export default {
                         setTimeout(() => {
                             this.listArr = detailData.adCity.split(',');
                             this.configForm.adSelectCity = detailData.adCity.split(',');
-                        }, 200);
+                        }, 1000);
                         let paramsData = {};
                         if (detailData.adDownloadType === 'DOWNLOAD_URL') {
                             paramsData = {

+ 1 - 0
src/views/modules/account-config/components/tree-select/tree-select.vue

@@ -97,6 +97,7 @@ export default {
         handleClearAll() {
             this.checkedValue = [];
             this.applyTypeOption = [];
+            this.$emit('select-finally-result', this.applyTypeOption);
         },
         handleDelTree(list) {
             const defaultData = this.applyTypeOption;