@yoooloo42/joker 1.0.176 → 1.0.177
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/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -22853,7 +22853,7 @@ const submitInsertOne = async _ref0 => {
|
|
|
22853
22853
|
// 关闭表单窗口
|
|
22854
22854
|
scopeThis.formProps.popup.visible = false;
|
|
22855
22855
|
ElMessage('新增一条记录成功');
|
|
22856
|
-
scopeThis.tableData.data = result.dataNew;
|
|
22856
|
+
scopeThis.tableData.data = [result.dataNew];
|
|
22857
22857
|
scopeThis.tableData.total = 1;
|
|
22858
22858
|
scopeThis.tableData.currentPage = 1;
|
|
22859
22859
|
scopeThis.query.formData = {
|