diff --git a/client/.env.development b/client/.env.development index 0800595..571fd93 100644 --- a/client/.env.development +++ b/client/.env.development @@ -2,8 +2,8 @@ ENV = 'development' # base api -#VUE_APP_BASE_API = 'http://10.0.11.127:8000/api' -VUE_APP_BASE_API = 'http://127.0.0.1:8000/api' +VUE_APP_BASE_API = 'http://10.0.11.127:8000/api' +#VUE_APP_BASE_API = 'http://127.0.0.1:8000/api' # vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable, # to control whether the babel-plugin-dynamic-import-node plugin is enabled. diff --git a/client/src/views/qualityinspect/mytaskdo.vue b/client/src/views/qualityinspect/mytaskdo.vue index a063318..2160a9d 100644 --- a/client/src/views/qualityinspect/mytaskdo.vue +++ b/client/src/views/qualityinspect/mytaskdo.vue @@ -454,7 +454,7 @@ export default { }, //组长指派人员 sendconfirm(){ - + this.ids=[]; const lengths = this.multipleSelection.length; for (let i = 0; i < lengths; i++) {