diff --git a/src/views/yingji/enforcing.vue b/src/views/yingji/enforcing.vue index 2b189a3..aa5e448 100644 --- a/src/views/yingji/enforcing.vue +++ b/src/views/yingji/enforcing.vue @@ -10,53 +10,54 @@
-
-
年份:
- - -
-
-
月份:
- - + + + + + - - -
-
-
企业名称:
- -
-
-
行政区划:
- -
+ + + + + + + + + +
@@ -248,6 +249,7 @@ export default { name: "Article", data() { return { + queryParams: {}, options: [ { value: "1", diff --git a/src/views/yingji/enterprise.vue b/src/views/yingji/enterprise.vue index ae8f32d..59f4ea2 100644 --- a/src/views/yingji/enterprise.vue +++ b/src/views/yingji/enterprise.vue @@ -418,15 +418,14 @@ export default { handleInfo(row) { getNew(row.id).then((res) => { this.addShow = true; - console.log(res); + // console.log(res); let infoObj = res.data; infoObj.district = this.componendDistrict(infoObj.district) || "/"; this.infoData = infoObj; }); - return; - getByUuto(row.enterpriseId.trim()).then((res) => { + // getByUuto(row.enterpriseId.trim()).then((res) => { // console.log(res.data); - let infoObj = res.data; + // let infoObj = res.data; // 查看弹窗 // infoObj["aboveDesignated"] = // infoObj.aboveDesignated == 1 ? "规上" : "规下"; @@ -454,8 +453,8 @@ export default { // "yyyy-MM-DD" // ); - this.infoData = infoObj; - }); + // this.infoData = infoObj; + // }); }, supervisionLarge(value) { // console.log(value.split(","));