rev: 字段修改
This commit is contained in:
@@ -34,7 +34,7 @@ export function getTaskStatus() {
|
|||||||
export function getTaskType() {
|
export function getTaskType() {
|
||||||
return request({
|
return request({
|
||||||
url: 'api/task/taskType',
|
url: 'api/task/taskType',
|
||||||
method: 'get'
|
method: 'post'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
export function getAcsTaskType() {
|
export function getAcsTaskType() {
|
||||||
|
|||||||
@@ -76,10 +76,10 @@
|
|||||||
>
|
>
|
||||||
<el-option
|
<el-option
|
||||||
v-for="item in taskTypeList"
|
v-for="item in taskTypeList"
|
||||||
:key="item.code"
|
:key="item.value"
|
||||||
clearable
|
clearable
|
||||||
:label="item.name"
|
:label="item.text"
|
||||||
:value="item.code"
|
:value="item.value"
|
||||||
/>
|
/>
|
||||||
</el-select>
|
</el-select>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
|||||||
Reference in New Issue
Block a user