更新页面
This commit is contained in:
@ -220,11 +220,10 @@ const init = (type,row) => {
|
||||
if(type == 'add'){
|
||||
tableDate.tableConfiger.haveControls = true;
|
||||
disabled.value = false;
|
||||
const userInfo = getItem("userInfo");
|
||||
listQuery.value.bkfqrXm = userInfo.userName;
|
||||
listQuery.value.bkfqrSfzh = userInfo.idEntityCard;
|
||||
listQuery.value.bkfqrSsbmmc = userInfo.ssbm;
|
||||
listQuery.value.bkfqrSsbmdm = userInfo.ssbmdm;
|
||||
listQuery.value.bkfqrXm = getItem("USERNAME");
|
||||
listQuery.value.bkfqrSfzh = getItem("idEntityCard");
|
||||
listQuery.value.bkfqrSsbmmc = getItem("deptId")[0].deptName;;
|
||||
listQuery.value.bkfqrSsbmdm = getItem("deptId")[0].deptCode;;
|
||||
}
|
||||
disabled.value = type == 'add' ? false : true;
|
||||
dialogForm.value = true;
|
||||
|
||||
Reference in New Issue
Block a user