diff --git a/.env.development b/.env.development index b77ccb9..b88adc2 100644 --- a/.env.development +++ b/.env.development @@ -6,7 +6,7 @@ ENV = 'development' # 全医通护理站管理平台/开发环境 # VUE_APP_BASE_API = '/dev-api' -VUE_APP_BASE_API = 'http://192.168.16.49:8080' +VUE_APP_BASE_API = 'http://192.168.16.30:8080' # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true diff --git a/src/views/system/order/index.vue b/src/views/system/order/index.vue index 20156ed..3b8b406 100644 --- a/src/views/system/order/index.vue +++ b/src/views/system/order/index.vue @@ -127,7 +127,7 @@ :visible.sync="innerVisible4" append-to-body width="1048px" - class="orderInfo" + >
@@ -523,7 +524,7 @@ export default { }, // 查看 seeLook(row) { - this.innerVisible = true; + this.innerVisible4 = true; const id = row.orderNo; // console.log(row); Detailed(id).then((res) => { @@ -697,8 +698,8 @@ export default { };