|
@@ -293,7 +293,6 @@ export default {
|
|
|
watch: {
|
|
|
orgId: { //深度监听,可监听到对象、数组的变化
|
|
|
handler(newV, oldV) {
|
|
|
- console.log('this.orgId :>> ', this.orgId);
|
|
|
// if (this.orgId == undefined) {
|
|
|
// this.getList()
|
|
|
// this.getTreeselect()
|
|
@@ -302,8 +301,8 @@ export default {
|
|
|
if (this.orgId !== null) {
|
|
|
this.queryParams.orgId = this.orgId
|
|
|
this.form.orgId = this.orgId
|
|
|
- // this.getListFpdByOrgId()
|
|
|
- // this.getTreeselect()
|
|
|
+ // this.getListFpdByOrgId()
|
|
|
+ // this.getTreeselect()
|
|
|
}
|
|
|
this.getList()
|
|
|
this.getTreeselect()
|
|
@@ -329,7 +328,6 @@ export default {
|
|
|
},
|
|
|
/** 单位信息确认按钮 */
|
|
|
submitOrg() {
|
|
|
- console.log('this.orgType :>> ', this.$refs["choiceSelect"].confirmMSg());
|
|
|
this.data = this.$refs["choiceSelect"].confirmMSg()
|
|
|
this.form.orgIds = this.data.orgName
|
|
|
// 关闭弹窗
|
|
@@ -343,7 +341,6 @@ export default {
|
|
|
/** 查询列表 */
|
|
|
getList() {
|
|
|
this.loading = true
|
|
|
-
|
|
|
// 执行查询
|
|
|
// getFpdPage(this.queryParams).then(response => {
|
|
|
// this.list = response.data.list
|