@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 CHANGED
@@ -22857,7 +22857,7 @@ const submitInsertOne = async _ref0 => {
22857
22857
  // 关闭表单窗口
22858
22858
  scopeThis.formProps.popup.visible = false;
22859
22859
  elementPlus.ElMessage('新增一条记录成功');
22860
- scopeThis.tableData.data = result.dataNew;
22860
+ scopeThis.tableData.data = [result.dataNew];
22861
22861
  scopeThis.tableData.total = 1;
22862
22862
  scopeThis.tableData.currentPage = 1;
22863
22863
  scopeThis.query.formData = {