Compare commits
No commits in common. "fe18b885f114b8f5aeea6089dfcd6fc82b52aa1e" and "e947c99f711dd1212efc224062b76cb725acf81b" have entirely different histories.
fe18b885f1
...
e947c99f71
|
@ -291,14 +291,14 @@
|
||||||
size="small"
|
size="small"
|
||||||
:disabled="$route.query.ReviewStatus === '1'"
|
:disabled="$route.query.ReviewStatus === '1'"
|
||||||
@click="handlePostgraduateEdit(scope.row)"
|
@click="handlePostgraduateEdit(scope.row)"
|
||||||
>{{ $t('common:button:edit') }}</el-button
|
>Edit</el-button
|
||||||
>
|
>
|
||||||
<el-button
|
<el-button
|
||||||
type="text"
|
type="text"
|
||||||
size="small"
|
size="small"
|
||||||
:disabled="$route.query.ReviewStatus === '1'"
|
:disabled="$route.query.ReviewStatus === '1'"
|
||||||
@click="handlePostgraduateDelete(scope.row)"
|
@click="handlePostgraduateDelete(scope.row)"
|
||||||
>{{ $t('common:button:delete') }}</el-button
|
>Delete</el-button
|
||||||
>
|
>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
|
|
@ -107,7 +107,6 @@ export default {
|
||||||
let res = await updatePaymentMode(this.form)
|
let res = await updatePaymentMode(this.form)
|
||||||
this.loading = false
|
this.loading = false
|
||||||
if (res.IsSuccess) {
|
if (res.IsSuccess) {
|
||||||
this.$message.success(this.$t('common:message:savedSuccessfully'))
|
|
||||||
}
|
}
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
this.loading = false
|
this.loading = false
|
||||||
|
|
|
@ -96,7 +96,6 @@ export default {
|
||||||
let res = await updateGneralSituation(this.form)
|
let res = await updateGneralSituation(this.form)
|
||||||
this.loading = false
|
this.loading = false
|
||||||
if (res.IsSuccess) {
|
if (res.IsSuccess) {
|
||||||
this.$message.success(this.$t('common:message:savedSuccessfully'))
|
|
||||||
}
|
}
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
this.loading = false
|
this.loading = false
|
||||||
|
|
Loading…
Reference in New Issue