sd
This commit is contained in:
parent
5c38208f01
commit
4442cd01b3
@ -1,8 +1,8 @@
|
|||||||
NODE_ENV = 'development'
|
NODE_ENV = 'development'
|
||||||
|
|
||||||
# VITE_APP_BASE_URL = 'http://192.168.1.20:8000'
|
VITE_APP_BASE_URL = 'http://192.168.1.16:8000'
|
||||||
|
|
||||||
VITE_APP_BASE_URL = 'https://ceshi-worker-task.lihaink.cn'
|
# VITE_APP_BASE_URL = 'https://ceshi-worker-task.lihaink.cn'
|
||||||
|
|
||||||
# VITE_APP_BASE_URL = 'https://preview-worker-task.lihaink.cn'
|
# VITE_APP_BASE_URL = 'https://preview-worker-task.lihaink.cn'
|
||||||
|
|
||||||
|
@ -97,7 +97,7 @@
|
|||||||
@close="showEdit = false"
|
@close="showEdit = false"
|
||||||
/>
|
/>
|
||||||
<audit-town-market-popup
|
<audit-town-market-popup
|
||||||
v-else-if="showEdit && openType == 10"
|
v-else-if="showEdit "
|
||||||
ref="auditTownMarketRef"
|
ref="auditTownMarketRef"
|
||||||
:dict-data="dictData"
|
:dict-data="dictData"
|
||||||
@success="getLists"
|
@success="getLists"
|
||||||
@ -173,16 +173,16 @@
|
|||||||
|
|
||||||
// 编辑
|
// 编辑
|
||||||
const handleEdit = async (data: any, type = "edit") => {
|
const handleEdit = async (data: any, type = "edit") => {
|
||||||
|
|
||||||
|
console.log(data.type)
|
||||||
|
|
||||||
openType.value = data.type;
|
openType.value = data.type;
|
||||||
showEdit.value = true;
|
showEdit.value = true;
|
||||||
await nextTick();
|
await nextTick();
|
||||||
if (showAuditOther.value) {
|
|
||||||
auditOtherRef.value?.open(type);
|
|
||||||
auditOtherRef.value?.setFormData(data);
|
|
||||||
} else if (data.type == 10) {
|
|
||||||
auditTownMarketRef.value?.open(type);
|
auditTownMarketRef.value?.open(type);
|
||||||
auditTownMarketRef.value?.setFormData(data);
|
auditTownMarketRef.value?.setFormData(data);
|
||||||
}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// 删除
|
// 删除
|
||||||
|
Loading…
x
Reference in New Issue
Block a user