manage-client 3.3.229 → 3.3.230
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
|
@@ -178,16 +178,13 @@ export default {
|
|
|
178
178
|
this.model.search('1=1')
|
|
179
179
|
},
|
|
180
180
|
getReportInfo (tname, cond) {
|
|
181
|
-
this.$
|
|
182
|
-
data: {
|
|
181
|
+
this.$resetpost('api/af-revenue/sql/manageSingleTable',{data: {
|
|
183
182
|
tablename: tname ? tname : this.tablename,
|
|
184
183
|
condition: cond ? cond : this.conditionStr
|
|
185
|
-
}
|
|
186
|
-
}).then((res) => {
|
|
184
|
+
}},{rejectMsg:null,resolveMsg:null}).then((res) => {
|
|
187
185
|
console.log('sssss:', res.data)
|
|
188
186
|
this.types = res.data
|
|
189
187
|
}).catch((error) => {
|
|
190
|
-
|
|
191
188
|
})
|
|
192
189
|
},
|
|
193
190
|
// 返回
|