fix problem

This commit is contained in:
dev02 2022-12-19 10:24:32 +08:00
parent 8911525b5a
commit b94e765770

View File

@ -1129,6 +1129,7 @@
}); });
onEvent('click', '#opeFirmEdiBtn', function () { onEvent('click', '#opeFirmEdiBtn', function () {
selSysMain();
$('#opeFirmTitle').html('編輯廠商資料'); $('#opeFirmTitle').html('編輯廠商資料');
let url = baseApiUrl + "/operation/OpeFirRead"; let url = baseApiUrl + "/operation/OpeFirRead";
pageAct.opeFirmId = $(this).parent().data('id') pageAct.opeFirmId = $(this).parent().data('id')