部分模块增加中英文

This commit is contained in:
zhangshun
2026-05-28 14:50:55 +08:00
parent d8750f35fe
commit f7a4641a6f
18 changed files with 1525 additions and 624 deletions

View File

@@ -465,7 +465,6 @@ export default {
param[20] = ['ItemCount', '1111', 'int', '1']
var Data = this.CreateData('11', '质量数据_发动机分线质量数据_综合查询', param)
this.ExecDatabase(Data).then(response => {
console.log(response, 66)
if (response.data.result.length !== 0) {
this.tableData = response.data.result
}