|
|
|
@ -368,7 +368,7 @@ export default {
|
|
|
|
|
thirdSysFk: [
|
|
|
|
|
{required: true, message: "请选择第三方系统", trigger: "blur"}
|
|
|
|
|
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
pidData: {},
|
|
|
|
|
deleteLoading: false,
|
|
|
|
@ -410,6 +410,8 @@ export default {
|
|
|
|
|
this.query = {
|
|
|
|
|
name: "",
|
|
|
|
|
status: "",
|
|
|
|
|
page: 1,
|
|
|
|
|
limit: 20,
|
|
|
|
|
thirdSysFk: null
|
|
|
|
|
};
|
|
|
|
|
this.getList();
|
|
|
|
|