fix: 🧩 修复bug
This commit is contained in:
@@ -129,7 +129,6 @@ const handleCommit = () => {
|
||||
};
|
||||
//详情
|
||||
const getSubscribeDetails = async () => {
|
||||
console.log($route.query.id);
|
||||
let id = $route.query.id;
|
||||
if (!id) {
|
||||
return;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user