修改bug

This commit is contained in:
yangjun 2024-12-30 11:14:33 +08:00
parent 5d95dd2ebb
commit 0db918740b
1 changed files with 9 additions and 5 deletions

View File

@ -1416,6 +1416,8 @@ function handleCallYinyong(record) {
var zyid = zyInfo.value.id;//id
var createBy = zyInfo.value.createBy;//id
var rwbh = zyInfo.value.rwbh;//id
var kcmc = zyInfo.value.kcmc;//id
var xkrs = zyInfo.value.xkrs;//id
record.id = zyid;
record.sort = zysort;
record.atype = "6";//
@ -1424,14 +1426,16 @@ function handleCallYinyong(record) {
zyInfo.value = record;
zyInfo.value.createBy = createBy
zyInfo.value.rwbh = rwbh
zyInfo.value.xkrs = xkrs;
zyInfo.value.kcmc = kcmc;
console.log('😠', zyInfo);
defHttp.get({ url: '/wjxWjxxTmlb/wjxWjxxTmlb/queryByMainId', params: { id: yyzyid } }).then((res) => {
console.log('🥴', res);
tiganData.value = res;
console.log('🧞1111111111', tiganData.value);
});
// defHttp.get({ url: '/wjxWjxxTmlb/wjxWjxxTmlb/queryByMainId', params: { id: yyzyid } }).then((res) => {
// console.log('🥴', res);
// tiganData.value = res;
// console.log('🧞1111111111', tiganData.value);
// });
}