浏览代码

更新打包

lex-xin 4 年之前
父节点
当前提交
0c3fadfc57

+ 2 - 2
src/api/system/menu.js

@@ -45,7 +45,7 @@ export function addMenu(data) {
 // 修改菜单
 export function updateMenu(data) {
   return request({
-    url: '/api/v1/menu',
+    url: '/api-oa/api/v1/menu',
     method: 'put',
     data: data
   })
@@ -54,7 +54,7 @@ export function updateMenu(data) {
 // 删除菜单
 export function delMenu(menuId) {
   return request({
-    url: '/api/v1/menu/' + menuId,
+    url: '/api-oa/api/v1/menu/' + menuId,
     method: 'delete'
   })
 }

+ 7 - 0
src/components/wfd/components/DetailPanel/DefaultDetail.vue

@@ -60,6 +60,13 @@ export default {
   },
   mounted() {
     this.onChange('sort', '1')
+    // 开始结点,并且标题没有值时
+    // if (this.model.clazz == 'start' && !this.model.label) {
+    //   this.onChange('label', '开始')
+    // } else if (this.model.clazz == 'end' && !this.model.label) {
+    //   this.onChange('label', '结束')
+    // }
+    console.log(this.model)
   }
 }
 </script>

+ 6 - 2
src/components/wfd/components/DetailPanel/FlowDetail.vue

@@ -13,8 +13,8 @@
           @change="(e) => onChange('flowProperties', e)"
         >
           <el-option label="同意" value="1" />
-          <el-option label="拒绝" value="0" />
-          <el-option label="其他" value="2" />
+          <!-- <el-option label="拒绝" value="0" /> -->
+          <!-- <el-option label="其他" value="2" /> -->
         </el-select>
       </div>
       <div class="panelRow">
@@ -151,9 +151,13 @@ export default {
           value: null
         }]
       }
+    },
+    'model.flowProperties'() {
+      this.onChange('flowProperties', '1')
     }
   },
   async mounted() {
+    this.onChange('flowProperties', '1')
     this.__init()
   },
   methods: {

+ 1 - 1
src/views/process/list/all.vue

@@ -8,7 +8,7 @@
       <el-table v-loading="loading" border :data="ticketList" @selection-change="handleSelectionChange">
         <!-- <el-table-column type="selection" width="55" align="center" /> -->
         <el-table-column label="ID" prop="id" width="120" />
-        <el-table-column label="标题" prop="title" :show-overflow-tooltip="true" />
+        <!-- <el-table-column label="标题" prop="title" :show-overflow-tooltip="true" /> -->
         <el-table-column label="流程" prop="process_name" :show-overflow-tooltip="true" />
         <el-table-column label="当前状态" :show-overflow-tooltip="true">
           <template slot-scope="scope">

+ 2 - 2
src/views/process/list/components/search/index.vue

@@ -1,6 +1,6 @@
 <template>
   <div>
-    <el-form-item label="工单标题">
+    <!-- <el-form-item label="工单标题">
       <el-input
         v-model="listQuery.title"
         placeholder="请输入工单标题"
@@ -9,7 +9,7 @@
         style="width: 180px"
         @keyup.enter.native="getList"
       />
-    </el-form-item>
+    </el-form-item> -->
     <el-form-item v-if="genre !== 'upcoming'" label="当前处理人">
       <el-select
         v-model="listQuery.processor"

文件差异内容过多而无法显示
+ 0 - 0
web/index.html


文件差异内容过多而无法显示
+ 0 - 0
web/static/web/css/chunk-5f819c14.72533acc.css


文件差异内容过多而无法显示
+ 0 - 0
web/static/web/css/chunk-d23acc08.542bf1db.css


文件差异内容过多而无法显示
+ 0 - 0
web/static/web/js/app.8fa29182.js


文件差异内容过多而无法显示
+ 0 - 0
web/static/web/js/chunk-5f819c14.30dfbabb.js


文件差异内容过多而无法显示
+ 0 - 0
web/static/web/js/chunk-66ec1369.cbae780b.js


文件差异内容过多而无法显示
+ 0 - 0
web/static/web/js/chunk-77716490.3757d9a2.js


文件差异内容过多而无法显示
+ 0 - 0
web/static/web/js/chunk-77716490.969414c5.js


文件差异内容过多而无法显示
+ 0 - 0
web/static/web/js/chunk-b2979236.55018ca5.js


文件差异内容过多而无法显示
+ 0 - 0
web/static/web/js/chunk-d23acc08.5f47bf2d.js


部分文件因为文件数量过多而无法显示