sale-client 3.6.493 → 3.6.494
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
|
@@ -725,9 +725,9 @@
|
|
|
725
725
|
}
|
|
726
726
|
},
|
|
727
727
|
searchNoData () {
|
|
728
|
-
this.specialCondition =
|
|
729
|
-
this.$refs.paged.$refs.cri.model.aa = '1!=1'
|
|
730
|
-
this.$refs.paged.$refs.cri.conditions.aa = '1!=1'
|
|
728
|
+
this.specialCondition = false
|
|
729
|
+
// this.$refs.paged.$refs.cri.model.aa = '1!=1'
|
|
730
|
+
// this.$refs.paged.$refs.cri.conditions.aa = '1!=1'
|
|
731
731
|
this.search()
|
|
732
732
|
},
|
|
733
733
|
clean () {
|
|
@@ -251,7 +251,7 @@ export default {
|
|
|
251
251
|
}
|
|
252
252
|
await this.$resetpost('/rs/logic/changeuserinfo', {data: param}, {resolveMsg: '修正成功', rejectMsg: null})
|
|
253
253
|
this.data.f_user_phone = this.newuserphone
|
|
254
|
-
this.$parent.$parent.close()
|
|
254
|
+
// this.$parent.$parent.close()
|
|
255
255
|
this.$parent.$parent.clean()
|
|
256
256
|
this.$parent.$parent.$refs.list.searchNoData()
|
|
257
257
|
this.close()
|
|
@@ -193,7 +193,7 @@ export default {
|
|
|
193
193
|
return
|
|
194
194
|
}
|
|
195
195
|
|
|
196
|
-
let getBaseInfo = await http.load('POST', '
|
|
196
|
+
let getBaseInfo = await http.load('POST', 'rs/sql/iot_getUserBaseData',
|
|
197
197
|
{data: {condition: condition}}, {resolveMsg: null, rejectMsg: '获取基本信息出错'})
|
|
198
198
|
this.row = getBaseInfo.data[0]
|
|
199
199
|
this.row.parentname = this.parentname || ''
|