Tcsm
2023-07-25 90f011d24f2a771f9b63eef8f7047a38acf00fff
ruoyi-ui/src/views/note/index.vue
@@ -48,11 +48,11 @@
        />
      </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"
          value-format="yyyy-MM-dd HH-MM-SS"
          value-format="yyyy-MM-dd"
          type="daterange"
          range-separator="-"
          start-placeholder="开始日期"
@@ -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();