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

测试

parent d48db407
...@@ -94,7 +94,7 @@ export default { ...@@ -94,7 +94,7 @@ export default {
dialogIframe dialogIframe
}, },
props: { props: {
requestMethod:{ requestMethod: {
type: Function type: Function
}, },
containerType: {}, containerType: {},
...@@ -241,14 +241,12 @@ export default { ...@@ -241,14 +241,12 @@ export default {
}, },
allSourceData: { allSourceData: {
handler: function(newVal, oldVal) { handler: function(newVal, oldVal) {
// this.number += 1
// if (this.number <= 1) {
// this.initData(newVal)
// this.initValue(this.value)
// }
this.initData(newVal); this.initData(newVal);
this.initValue(this.value); this.initValue(this.value);
this.number += 1;
if (this.number <= 2) {
this.clientData(); this.clientData();
}
}, },
deep: true deep: true
} }
...@@ -365,7 +363,6 @@ export default { ...@@ -365,7 +363,6 @@ export default {
if (this.configData.ref) { if (this.configData.ref) {
this.configData.remote = !!this.configData.ref.remote_condition; this.configData.remote = !!this.configData.ref.remote_condition;
this.configData.filterable = !!this.configData.ref.remote_condition; this.configData.filterable = !!this.configData.ref.remote_condition;
debugger
} }
const linkBtnUi = this.configData.linkBtnUi; const linkBtnUi = this.configData.linkBtnUi;
this.linkBtnUiVis = !!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