|
|
@@ -276,7 +276,7 @@ export default {
|
|
|
for (const prop in datalist) {
|
|
|
for (const index in datalist[prop[0]]) {
|
|
|
if (!datalist[prop[0]][index].panduan) {
|
|
|
- const sqlString = `select * from t_mjwlgl cang_ku_lei_xing_ = '${this_.formInline.cang_ku_ming_chen_value}' and where cun_fang_wei_zhi_ = '${datalist[prop[0]][index].cun_fang_wei_zhi_}'`
|
|
|
+ const sqlString = `select * from t_mjwlgl where cang_ku_lei_xing_ = '${this_.formInline.cang_ku_ming_chen_value}' and cun_fang_wei_zhi_ = '${datalist[prop[0]][index].cun_fang_wei_zhi_}'`
|
|
|
await curdPost('sql', sqlString).then(async (res) => {
|
|
|
const wuliao = res.variables.data
|
|
|
if (wuliao.length > 0) {
|