Commit da11dabd by wangguangchao

去掉alert

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