浏览代码

基础信息保存修改

duy 3 月之前
父节点
当前提交
d412fdc392
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/tentative/detect/components/basicInfo.vue

+ 2 - 2
src/views/tentative/detect/components/basicInfo.vue

@@ -332,8 +332,7 @@ const basicInfoData = ref({
 })
 const oldRecordNumber = ref('')//旧记录编号
 const oldReportNumber = ref('')//旧报告编号
-const recordAutoNumber = ref('')//r记录表自增流水号
-const reportAutoNumber = ref('')//报告单自增流水号
+
 
 const infoLoad = ref(false)
 const getInfoData = async () => {
@@ -556,6 +555,7 @@ const handleSave = async () => {
     basicInfoData.value.oldRecordNumber = oldRecordNumber.value
     basicInfoData.value.oldReportNumber = oldReportNumber.value
     basicInfoData.value.type = type.value
+    basicInfoData.value.standardId = standardId.value
 
   
     handleSaveLoad.value = true