修改bug

This commit is contained in:
yangjun 2024-07-02 15:23:13 +08:00
parent 442eb46108
commit 1d7364e01e
2 changed files with 6 additions and 5 deletions

View File

@ -1516,7 +1516,7 @@
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
<div style="text-align: center; margin-top: 10px"> <!-- <div style="text-align: center; margin-top: 10px">
<el-pagination <el-pagination
@size-change="addNeedsHandlechangesize" @size-change="addNeedsHandlechangesize"
@current-change="addNeedsCurrentPage" @current-change="addNeedsCurrentPage"
@ -1527,7 +1527,8 @@
:total="tableData4.totalCount" :total="tableData4.totalCount"
> >
</el-pagination> </el-pagination>
</div> </div>-->
</el-dialog> </el-dialog>
<!-- 加钟项目 --> <!-- 加钟项目 -->
@ -2170,8 +2171,8 @@ export default {
method: "get", method: "get",
params: this.$http.adornParams({ params: this.$http.adornParams({
artificerId: this.addNeedArtificerId, artificerId: this.addNeedArtificerId,
page: this.currentPage, page: 1,
limit: this.pageSize, limit: 100,
status: this.addNeedsClassifyId, status: this.addNeedsClassifyId,
}), }),
}).then(({ data }) => { }).then(({ data }) => {

View File

@ -737,7 +737,7 @@
xhr = new XMLHttpRequest(); xhr = new XMLHttpRequest();
xhr.withCredentials = false; xhr.withCredentials = false;
// xhr.open('POST', "https://admin.sjajk.com/sqx_fast/alioss/upload");// // xhr.open('POST', "https://admin.sjajk.com/sqx_fast/alioss/upload");//
xhr.open('POST', "http://192.168.2.222/sqx_fast/alioss/upload"); xhr.open('POST', "http://localhost:8187/sqx_fast/alioss/upload");
xhr.onload = function() { xhr.onload = function() {
var json; var json;