Commit 8bef4e26 authored by 黄奎's avatar 黄奎

选择图片调整

parent a1db7742
...@@ -482,11 +482,19 @@ ...@@ -482,11 +482,19 @@
this.getList(); this.getList();
this.isVideoActive = true; this.isVideoActive = true;
} }
this.queryMsg.Type = this.imgType;
this.getQueryItem(); this.getQueryItem();
this.getList(); this.getList();
}, },
watch: { watch: {
imgType: {
//深度监听,可监听到对象、数组的变化
handler: function (val, oldVal) {
this.queryMsg.Type = this.imgType;
this.getQueryItem();
this.getList();
},
deep: true
},
queryItem: { queryItem: {
//深度监听,可监听到对象、数组的变化 //深度监听,可监听到对象、数组的变化
handler: function (val, oldVal) { handler: function (val, oldVal) {
......
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