'基础资料部分'

This commit is contained in:
Fanzink
2022-03-03 20:48:59 +08:00
parent ffdcbf6fa7
commit 04cc50f504
19 changed files with 628 additions and 181 deletions

View File

@@ -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