Commit d20cdeac authored by zhengke's avatar zhengke

1

parent 7e2ea70b
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
<q-space /> <q-space />
<div class="page-option"> <div class="page-option">
<q-btn color="accent" size="sm" icon="add" label="新增" @click="addObj(null)"/> <q-btn color="accent" size="sm" icon="add" label="新增" @click="addObj(null)"/>
<!-- @click="addObj(null)" -->
</div> </div>
</template> </template>
<template v-slot:body-cell-IsRequired="props"> <template v-slot:body-cell-IsRequired="props">
...@@ -119,7 +118,7 @@ ...@@ -119,7 +118,7 @@
this.loading = false; this.loading = false;
if (res.Code == 1) { if (res.Code == 1) {
this.dataList = res.Data.PageData; this.dataList = res.Data.PageData;
this.pageCount = res.Data.Count this.pageCount = res.Data.PageCount;
} }
console.log("res", res); console.log("res", res);
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment