Commit d43e0ca7 authored by 何虹's avatar 何虹 💬

测试

parent d48db407
......@@ -94,8 +94,8 @@ export default {
dialogIframe
},
props: {
requestMethod:{
type: Function
requestMethod: {
type: Function
},
containerType: {},
elInfo: {
......@@ -241,14 +241,12 @@ export default {
},
allSourceData: {
handler: function(newVal, oldVal) {
// this.number += 1
// if (this.number <= 1) {
// this.initData(newVal)
// this.initValue(this.value)
// }
this.initData(newVal);
this.initValue(this.value);
this.clientData();
this.number += 1;
if (this.number <= 2) {
this.clientData();
}
},
deep: true
}
......@@ -365,7 +363,6 @@ export default {
if (this.configData.ref) {
this.configData.remote = !!this.configData.ref.remote_condition;
this.configData.filterable = !!this.configData.ref.remote_condition;
debugger
}
const linkBtnUi = this.configData.linkBtnUi;
this.linkBtnUiVis = !!linkBtnUi;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment