CN-90 fix: 色阶增加单位

This commit is contained in:
chenjinsong
2021-08-26 17:14:51 +08:00
parent 51db57d3a5
commit fa7a3b4a96
10 changed files with 205 additions and 144 deletions

View File

@@ -70,7 +70,7 @@ export default {
this.searchLabel = { ...this.searchLabel, ...this.pageObj }
this.tools.loading = true
// console.log(typeof this.searchLabel)
console.log(delete this.searchLabel.total)
console.log(delete this.searchLabel.total)
get(this.url, this.searchLabel).then(response => {
this.tools.loading = false
if (response.code === 200) {