修复cid加载锁定问题
This commit is contained in:
parent
f13aabd082
commit
7ebe4a0952
|
|
@ -106,6 +106,7 @@ export default {
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.log(e);
|
console.log(e);
|
||||||
} finally {
|
} finally {
|
||||||
|
loading.close();
|
||||||
this.tableLoading = false;
|
this.tableLoading = false;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
@ -143,6 +144,7 @@ export default {
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.log(e);
|
console.log(e);
|
||||||
} finally {
|
} finally {
|
||||||
|
loading.close();
|
||||||
this.tableLoading = false;
|
this.tableLoading = false;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
@ -176,6 +178,7 @@ export default {
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.log(e);
|
console.log(e);
|
||||||
} finally {
|
} finally {
|
||||||
|
loading.close();
|
||||||
this.tableLoading = false;
|
this.tableLoading = false;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
@ -199,6 +202,7 @@ export default {
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.log(e);
|
console.log(e);
|
||||||
} finally {
|
} finally {
|
||||||
|
loading.close();
|
||||||
this.tableLoading = false;
|
this.tableLoading = false;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue