diff --git a/.env.development b/.env.development index 0278de29..3c9afa97 100644 --- a/.env.development +++ b/.env.development @@ -7,8 +7,8 @@ VUE_APP_TITLE = '曲阳金隅安全智能管控平台' # 接口地址 #VUE_APP_API_BASEURL = http://1.203.161.103:2800/api #VUE_APP_WS_API = 'ws://localhost:8000' -#VUE_APP_API_BASEURL = http://222.222.144.147:6013/api -VUE_APP_API_BASEURL = http://127.0.0.1:8000/api +VUE_APP_API_BASEURL = http://222.222.144.147:6013/api +#VUE_APP_API_BASEURL = http://127.0.0.1:8000/api #VUE_APP_BASEURL = http://127.0.0.1:8000 diff --git a/src/views/opm/operation_form.vue b/src/views/opm/operation_form.vue index 82d83124..3e3f5c91 100644 --- a/src/views/opm/operation_form.vue +++ b/src/views/opm/operation_form.vue @@ -129,6 +129,7 @@ - + - - - - - + + + + + - + { this.$message.success("删除成功"); - + this.$refs.table.refresh(); return res; }) .catch((err) => { @@ -158,7 +148,7 @@ export default { } }, handleQuery() { - this.$refs.table.queryData(this.query) + this.$refs.table.queryData(this.query); }, resetQuery() { this.query = {}; diff --git a/src/views/rpm/rpj.vue b/src/views/rpm/rpj.vue index f3b5a1e8..3aa4c4da 100644 --- a/src/views/rpm/rpj.vue +++ b/src/views/rpm/rpj.vue @@ -271,6 +271,7 @@ export default { 30: "待入厂", 40: "进行中", 50: "已完成", + 60: "已关闭" }, act_states: { 0: "草稿中", @@ -334,7 +335,7 @@ export default { .req(row.id) .then((res) => { this.$message.success("删除成功"); - + this.$refs.table.refresh(); return res; }) .catch((err) => { diff --git a/src/views/rpm/rpj_show.vue b/src/views/rpm/rpj_show.vue index 8725f1f0..99a05d32 100644 --- a/src/views/rpm/rpj_show.vue +++ b/src/views/rpm/rpj_show.vue @@ -59,7 +59,6 @@ stripe hideDo hidePagination - style="height:200px" >