2024-09-23 对新出错的查询就行调整
This commit is contained in:
@@ -650,7 +650,7 @@ export default {
|
|||||||
this.customerName = []
|
this.customerName = []
|
||||||
var param = []
|
var param = []
|
||||||
param[0] = ['客户名称', query]
|
param[0] = ['客户名称', query]
|
||||||
var Data = this.CreateData('11', '合同管理_客户信息_查询数据', param)
|
var Data = this.CreateData('11', '合同管理_客户信息_查询数据_bak', param)
|
||||||
this.ExecDatabase(Data).then(response => {
|
this.ExecDatabase(Data).then(response => {
|
||||||
for (let i = 0; i < response.data.length; i++) {
|
for (let i = 0; i < response.data.length; i++) {
|
||||||
this.customerName.push({
|
this.customerName.push({
|
||||||
|
|||||||
Reference in New Issue
Block a user