diff --git a/.env.development b/.env.development index a21c96c..3d920d6 100644 --- a/.env.development +++ b/.env.development @@ -4,6 +4,6 @@ NODE_ENV = 'development' # # VITE_APP_BASE_URL = 'https://ceshi-new-wokr.lihaink.cn/' -VITE_APP_BASE_URL = 'https://ceshi-new-wokr.lihaink.cn/' +# VITE_APP_BASE_URL = 'https://ceshi-new-wokr.lihaink.cn/' -# VITE_APP_BASE_URL = 'http://192.168.1.24:8083' \ No newline at end of file +VITE_APP_BASE_URL = 'http://192.168.1.30:8083' \ No newline at end of file diff --git a/dist (2).zip b/dist (2).zip deleted file mode 100644 index 2d055e2..0000000 Binary files a/dist (2).zip and /dev/null differ diff --git a/dist.zip b/dist.zip deleted file mode 100644 index 3a2fb64..0000000 Binary files a/dist.zip and /dev/null differ diff --git a/src/api/newTask.ts b/src/api/newTask.ts index 6436a23..00f9570 100644 --- a/src/api/newTask.ts +++ b/src/api/newTask.ts @@ -12,4 +12,8 @@ export function taskList(params: any) { //任务列表 export function editTask(params: any) { return request.post({ url: '/task/editTask', params }) -} \ No newline at end of file +} +// 用户角色 +export function apiUserRoleLists() { + return request.get({ url: '/user.user_role/getList' }) +} diff --git a/src/views/task_template/dialog_index_personnel.vue b/src/views/task_template/dialog_index_personnel.vue index 1e80b64..9adc0b8 100644 --- a/src/views/task_template/dialog_index_personnel.vue +++ b/src/views/task_template/dialog_index_personnel.vue @@ -10,11 +10,11 @@ placeholder="请输入负责人名称" /> - - + + --> -
+
@@ -76,23 +76,22 @@