草稿删除

This commit is contained in:
宋伟佳
2021-12-14 20:05:59 +08:00
parent 86b18d006e
commit 0ecccd5107
4 changed files with 4 additions and 0 deletions
@@ -1470,6 +1470,7 @@ export default {
}, },
computed: {}, computed: {},
mounted() { mounted() {
this.bpnId = this.$route.query.bpnId
this.getData(); this.getData();
//从数据库中查询下拉框数据 //从数据库中查询下拉框数据
this.$http.get("sys/dictype/getDicTypeListCode", {}, { this.$http.get("sys/dictype/getDicTypeListCode", {}, {
@@ -1071,6 +1071,7 @@ export default {
// } // }
}, },
mounted() { mounted() {
this.bpnId = this.$route.query.bpnId
//从数据库中查询下拉框数据 //从数据库中查询下拉框数据
this.$http.get("sys/dictype/getDicTypeListCode", {}, { this.$http.get("sys/dictype/getDicTypeListCode", {}, {
_this: this _this: this
@@ -671,6 +671,7 @@ export default {
} }
}, },
mounted() { mounted() {
this.bpnId = this.$route.query.bpnId
//查找分解单来源数据 //查找分解单来源数据
this.$http.get('lawss/sarStandAttrDetails/getListData',{},{ this.$http.get('lawss/sarStandAttrDetails/getListData',{},{
_this: this _this: this
@@ -715,6 +715,7 @@ export default {
} }
}, },
mounted() { mounted() {
this.bpnId = this.$route.query.bpnId
this.getData(); this.getData();
// 查询各下拉框数据 // 查询各下拉框数据
this.$http.get("sys/dictype/getDicTypeListCode", "", { this.$http.get("sys/dictype/getDicTypeListCode", "", {