linwenling
2023-07-25 7ca95d0b01940011b16f03683e59ab4f18fff4e0
ruoyi-ui/src/views/note/index.vue
@@ -48,7 +48,7 @@
        />
      </el-form-item>
      <!-- </el-form-item> -->
      <el-form-item label="发生时间">
      <el-form-item label="发生时间"  prop="happenTime">
        <el-date-picker
          v-model="dateRange"
          style="width: 240px"
@@ -385,7 +385,8 @@
        holder:undefined,
        address:undefined,
        happenStartTime:undefined,
        happenEndTime:undefined
        happenEndTime:undefined,
        happenTime:undefined
      },
      // 表单参数
      form: {},
@@ -620,7 +621,7 @@
    /** 删除按钮操作 */
    handleDelete(row) {
      const Ids = row.id || this.ids;
      this.$modal.confirm('是否确认删除资产编号为"' + Ids + '"的数据项?').then(function() {
      this.$modal.confirm('是否确认删除所选数据项?').then(function() {
        return delProperty(Ids);
      }).then(() => {
        this.getList();