doctor-admin-components 1.0.13-beta.70 → 1.0.13-beta.71
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
|
@@ -189,7 +189,8 @@ export default {
|
|
|
189
189
|
},
|
|
190
190
|
/** 查询合同公司记录列表 */
|
|
191
191
|
getList() {
|
|
192
|
-
|
|
192
|
+
let loadingInstance = this.$loading || this.$loading.service
|
|
193
|
+
const loading = loadingInstance({
|
|
193
194
|
lock: true,
|
|
194
195
|
text: 'Loading',
|
|
195
196
|
spinner: 'el-icon-loading',
|