apply-clients 5.0.35-40 → 5.0.35-41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -170,11 +170,13 @@ export default {
|
|
|
170
170
|
},
|
|
171
171
|
search(){
|
|
172
172
|
const param = {
|
|
173
|
+
"items":"*",
|
|
173
174
|
"tablename":this.item.tables[0],
|
|
174
|
-
"condition":`f_process_id='${this.item.f_process_id}'
|
|
175
|
+
"condition":`f_process_id='${this.item.f_process_id}'`,
|
|
176
|
+
"orderitem":'id desc'
|
|
175
177
|
}
|
|
176
178
|
let http=new HttpResetClass()
|
|
177
|
-
http.load('POST',`${this.$androidUtil.getProxyUrl()}/rs/sql/
|
|
179
|
+
http.load('POST',`${this.$androidUtil.getProxyUrl()}/rs/sql/tel_singleTable_OrderBy`,{data:param}).then(res=>{
|
|
178
180
|
console.log(`前台本地报建代办工单查询结果data=>>>${JSON.stringify(res.data)}`)
|
|
179
181
|
if(res.data){
|
|
180
182
|
this.rows = res.data
|