|
|
|
@ -481,6 +481,7 @@ export default {
|
|
|
|
|
// 显示表单
|
|
|
|
|
handleForm(node, data, formName) {
|
|
|
|
|
this.formVisible = true;
|
|
|
|
|
this.resetForm();
|
|
|
|
|
let no = Math.floor(Math.random() * 10000000)
|
|
|
|
|
this.pidData = data || null;
|
|
|
|
|
formJson.pid = (data && parseInt(data.id)) || "";
|
|
|
|
@ -689,7 +690,6 @@ export default {
|
|
|
|
|
getBasicThirdSys(query)
|
|
|
|
|
.then((response) => {
|
|
|
|
|
this.thirdSys = response.data.list || [];
|
|
|
|
|
this.query.thirdSysFk = this.thirdSys[0].thirdId;
|
|
|
|
|
this.getThirdSysDetail();
|
|
|
|
|
})
|
|
|
|
|
.catch(() => {
|
|
|
|
|