fix: 🧩 修复bug

This commit is contained in:
2025-10-17 16:59:21 +08:00
parent c913152460
commit eea0925899
10 changed files with 4 additions and 14 deletions

View File

@@ -129,7 +129,6 @@ const handleCommit = () => {
};
//详情
const getSubscribeDetails = async () => {
console.log($route.query.id);
let id = $route.query.id;
if (!id) {
return;

View File

@@ -19,8 +19,7 @@ export const setDetailsData = (dataStore: any, data: any) => {
useOrgName: item.use_org_name
});
});
console.log(customers_names, "=customers_names=");
console.log(dataStore.ruleForm.customers, "=dataStore.ruleForm.customers=");
//客户名称值回填
dataStore.ruleForm.customer_number1 = dataStore.ruleForm.customers;
dataStore.ruleForm.customer_number = dataStore.ruleForm.customers;