Commit da11dabd by wangguangchao

去掉alert

parent f8fc8350
......@@ -391,7 +391,7 @@ export default {
};
},
mounted() {
alert(this.root.tag);
if(this.root.tag == 'tohandle'){
this.sourceData = [
{ label: "Incoming", value: "chkinc" },
......
......@@ -549,7 +549,7 @@ export default {
},
created: function () {},
mounted() {
alert(this.root.tag + "111");
console.log(this.root.tag);
},
computed: {},
......
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