工单详情增加部分字段,装表新增采集器,修改工单列表查询的问题
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import request from "../../utils/request"
|
||||
import { getWorkOrderList, doNoticeFlow } from "../../service/workBench"
|
||||
import { alertInfo, alertSuccess, loadingFunc } from "../../utils/index";
|
||||
import { noticeFlowType } from "../../utils/data"
|
||||
import { noticeFlowType as noticeFlowTypeList } from "../../utils/data"
|
||||
const { OK } = request
|
||||
Page({
|
||||
|
||||
@@ -12,7 +12,7 @@ Page({
|
||||
data: {
|
||||
page: 1,
|
||||
size: 20,
|
||||
noticeFlowType,
|
||||
noticeFlowTypeList,
|
||||
actionItems: [{
|
||||
name: '详情',
|
||||
value: 'detail'
|
||||
|
||||
Reference in New Issue
Block a user