'基础资料部分'
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<!--
|
||||
* @Author: zwq
|
||||
* @Date: 2020-12-29 15:41:11
|
||||
* @LastEditors: zwq
|
||||
* @LastEditTime: 2022-01-11 15:48:58
|
||||
* @LastEditors: fzq
|
||||
* @LastEditTime: 2022-03-03 16:35:32
|
||||
* @Description:
|
||||
-->
|
||||
<template>
|
||||
@@ -158,8 +158,9 @@ export default {
|
||||
},
|
||||
getList(key) {
|
||||
this.listLoading = true
|
||||
this.listQuery.name = key
|
||||
this.listQuery.tareaName = key
|
||||
this.listQuery.code = key
|
||||
console.log(this.listQuery)
|
||||
cacheList(this.listQuery).then(response => {
|
||||
if (response.data.records) {
|
||||
this.list = response.data.records
|
||||
|
||||
Reference in New Issue
Block a user